# Editor.ProjectList.Remove

```csharp
bool Remove(Project item)
```

Remove an item from the list. This doesn't save the changes.

### Parameters

- `item` (`Project`)

### Returns

`bool`

Declared in [Editor.ProjectList](/api/Editor.ProjectList).
Assembly: `Sandbox.Tools`.
