---
title: "removeSymbolEffect(ofType:options:animated:completion:)"
framework: uikit
role: symbol
role_heading: Instance Method
path: "uikit/uiimageview/removesymboleffect(oftype:options:animated:completion:)-218lh"
---

# removeSymbolEffect(ofType:options:animated:completion:)

Removes the symbol effect that matches the specified indefinite effect type, using the specified options and animation setting.

## Declaration

```swift
@MainActor @preconcurrency func removeSymbolEffect(ofType effect: some IndefiniteSymbolEffect & SymbolEffect, options: SymbolEffectOptions = .default, animated: Bool = true, completion: UISymbolEffectCompletion? = nil)
```

## Parameters

- `effect`: The symbol effect to match for removal.
- `options`: The options to use when removing the symbol effect.
- `animated`: A Boolean value that indicates whether to animate the removal of a scale, appear, or disappear effect.
- `completion`: A completion handler the system calls after the removal is complete.

## See Also

### Configuring symbol effects

- [addSymbolEffect(_:options:animated:completion:)](uikit/uiimageview/addsymboleffect(_:options:animated:completion:)-18jqj.md)
- [addSymbolEffect(_:options:animated:completion:)](uikit/uiimageview/addsymboleffect(_:options:animated:completion:)-2ixnm.md)
- [addSymbolEffect(_:options:animated:completion:)](uikit/uiimageview/addsymboleffect(_:options:animated:completion:)-896qd.md)
- [setSymbolImage(_:contentTransition:options:completion:)](uikit/uiimageview/setsymbolimage(_:contenttransition:options:completion:).md)
- [removeSymbolEffect(ofType:options:animated:completion:)](uikit/uiimageview/removesymboleffect(oftype:options:animated:completion:)-31zec.md)
- [removeSymbolEffect(ofType:options:animated:completion:)](uikit/uiimageview/removesymboleffect(oftype:options:animated:completion:)-2boi2.md)
- [removeAllSymbolEffects(options:animated:)](uikit/uiimageview/removeallsymboleffects(options:animated:).md)
- [UISymbolEffectCompletion](uikit/uisymboleffectcompletion-7qt7g.md)
- [UISymbolEffectCompletionContext](uikit/uisymboleffectcompletioncontext-swift.struct.md)
