Uninstall app with uninstaller file in users's app data folder

Hi folks…
We’re looking to remove an app who the features an uninstaller.exe app in a user’s AppData/Roaming directory.

What is the best way to do this?

Start-Process -FilePath $env:APPDATA\AppFolder\uninstaller.exe