Function: remove(address _id)
Remove node from the list.
Inputs
_id
Control: Fully controlled.
Constraints: No constraints.
Impact: Node's ID.
Branches and code coverage (including function calls)
Intended branches
Removes the node from the list.
Negative behavior
Revert if caller is not the trove manager.
Revert if list does not contain the ID.