# Remove()

> Finishes and removes an active progress indicator.

## Definition

* **Type:** Method
* **Namespace:** [UnityEditor](/engine/6000.6/script-reference/unityeditor.md)
* **Assembly:** UnityEditor.CoreModule

```csharp
public int Remove()
```

### Returns

| Type                                                       | Description                                                                             |
| ---------------------------------------------------------- | --------------------------------------------------------------------------------------- |
| [int](https://learn.microsoft.com/dotnet/api/system.int32) | -1 if the progress indicator is removed, otherwise returns the progress indicator's id. |

### Remarks

Additional Resources: [Progress.Remove](/engine/6000.6/script-reference/unityeditor/progress/remove.md).
