---
title: "remove(named:)"
framework: realitykit
role: symbol
role_heading: Instance Method
path: "realitykit/audiomixgroupscomponent/remove(named:)"
---

# remove(named:)

Removes the audio mix group with the given name, if it exists, from the component.

## Declaration

```swift
mutating func remove(named name: String)
```
