---
title: "popPanel(completion:)"
framework: carplay
role: symbol
role_heading: Instance Method
path: "carplay/cpmaptemplate/poppanel(completion:)"
---

# popPanel(completion:)

Pops the top panel from the overlay’s panel stack.

## Declaration

```swift
func popPanel(completion: ((Bool, (any Error)?) -> Void)? = nil)
```

```swift
func popPanel() async throws -> Bool
```

## Parameters

- `completion`: An optional block called when the panel has been popped.
