Remove a child value node from the children
value
void remove(Node value) { children.remove(value.key); }