> ## Documentation Index
> Fetch the complete documentation index at: https://docs.zappl.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Uninstall Zappl

> If you need to reinstall or completely uninstall Zappl, use the included `uninstall` executable.

> Zappl's `uninstall` executable is located at `/Library/Application Support/DARE/Zappl/Bin/uninstall` and can be run from the command line or as part of a script.

## Uninstalling Zappl with Terminal

To uninstall Zappl using the Terminal application; simply launch Terminal, input sudo /Library/Application\ Support/DARE/Zappl/Bin/uninstall and press enter.

<Steps>
  <Step>
    Launch **Terminal**
  </Step>

  <Step>
    Input `sudo /Library/Application\ Support/DARE/Zappl/Bin/uninstall`
    <Note>Sufficient user privileges will be needed to run `sudo` commands.</Note>
  </Step>

  <Step>
    Press **Enter**.
  </Step>
</Steps>

<Note>
  To uninstall AppBar but keep all other Zappl components, first ensure the [Automatically Install AppBar](/customise/preferences#automatically-install-appbar) preference is unchecked - then use `sudo /Library/Application\ Support/DARE/Zappl/Bin/uninstall --appbar`
</Note>

<br />

## Uninstalling Zappl with Jamf Pro

<Steps>
  <Step>
    In Jamf Pro, navigate to *Computers > Policies* and click **New**
  </Step>

  <Step>
    In the *General* payload, configure a suitable `Display Name`, `Category`, `Trigger` and `Execution Frequency`

    <img src="https://mintcdn.com/daretechnology/G9NJALb-Jzzab81F/images/other-uninstall-policy.webp?fit=max&auto=format&n=G9NJALb-Jzzab81F&q=85&s=d77c58591d01e7c36c7137abe96635a6" alt="Zappl Uninstall Policy" width="2048" height="1240" data-path="images/other-uninstall-policy.webp" />
  </Step>

  <Step>
    Navigate to the *Files and Processes* payload and click **Configure**
  </Step>

  <Step>
    In the *Execute Command* field, input `/Library/Application\ Support/DARE/Zappl/Bin/uninstall`

    <img src="https://mintcdn.com/daretechnology/G9NJALb-Jzzab81F/images/other-uninstall-command.webp?fit=max&auto=format&n=G9NJALb-Jzzab81F&q=85&s=7e9f735e5e05bd91bd06e2a4789b2886" alt="Zappl Uninstall Command" width="794" height="162" data-path="images/other-uninstall-command.webp" />
  </Step>

  <Step>
    Navigate to *Scope*, select your desired scope target for the Zappl uninstall and click **Save**.

    <img src="https://mintcdn.com/daretechnology/G9NJALb-Jzzab81F/images/other-uninstall-scope.webp?fit=max&auto=format&n=G9NJALb-Jzzab81F&q=85&s=5a39abb79cd95160696b1116e7469865" alt="Zappl Uninstall Scope" width="626" height="506" data-path="images/other-uninstall-scope.webp" />
  </Step>
</Steps>
