# Sandbox.SelectionSystem.Remove

```csharp
bool Remove(object obj)
```

Removes an object from the selection.

### Parameters

- `obj` (`object`): The object to remove

### Returns

`bool`: True if the object was removed, false if it wasn't selected

Declared in [Sandbox.SelectionSystem](/api/Sandbox.SelectionSystem).
Assembly: `Sandbox.System`.
