---
title: "remove(_:)"
framework: screencapturekit
role: symbol
role_heading: Instance Method
path: "screencapturekit/sccontentsharingpicker/remove(_:)"
---

# remove(_:)

Removes an observer instance from the content-sharing picker.

## Declaration

```swift
func remove(_ observer: any SCContentSharingPickerObserver)
```

## Parameters

- `observer`: The observer instance to remove.

## See Also

### Manage observers

- [add(_:)](screencapturekit/sccontentsharingpicker/add(_:).md)
