Removes a given component from a region.
string $uuid: The UUID of the component to remove.
$this
public function removeComponent($uuid) { unset($this->components[$uuid]); return $this; }