Powershell. I use
PSAppDeployToolkit for ALL app install/uninstall tasks
In PSAppDeploy you can use the applications common name from the uninstall overview
Removing an MSI:
Remove-MSIApplications -Name 'IBM SPSS Statistics'
Remove-MSIApplications -Name 'Microsoft 365 Apps for Enterprise'
- you can easily specify log info, detect errors etc.