Removes a field from the form.
public function remove(string $name) : void { $this->fields ->remove($name); }