Uninstall and Reinstall Syncro Script

Hello.

We are working with another company and wanted to start to move their assets into our account. I was thinking using a script that would uninstall Syncro and reinstall it with our installer.

Would something like this work? I figure I would just use the PS install syncro but add a few lines in the beginning to first remove Syncro. So far I am running into a problem trying to find Syncro as an option to uninstall from PS. I do not see it when I run this command:

Get-WmiObject -Class Win32_Product | Select-Object -Property Name

Any ideas?