---
title: "remove(anchor:)"
framework: arkit
role: symbol
role_heading: Instance Method
path: "arkit/arsession/remove(anchor:)"
---

# remove(anchor:)

Removes the specified anchor from tracking by the session.

## Declaration

```swift
func remove(anchor: ARAnchor)
```

## Parameters

- `anchor`: The anchor to remove.

## Discussion

Discussion Changes to anchor tracking take effect when the next frame is captured.

## See Also

### Managing anchors

- [add(anchor:)](arkit/arsession/add(anchor:).md)
