# RemoveFromSelection(ISelectable)

> Removes an element from the selection in the GraphView that the Blackboard is attached to.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor.Experimental.GraphView](/engine/6000.3/script-reference/unityeditor/experimental/graphview.md)
* **Assembly:** UnityEditor

```csharp
public virtual void RemoveFromSelection(ISelectable selectable)
```

### Parameters

**** (\[ISelectable]\(/engine/6000.3/script-reference/unityeditor/experimental/graphview/iselectable)): Element to remove from selection.
