void removeControl(String name)

Remove a control from this group.

Source

void removeControl(String name) {
  controls.remove(name);
}