I need to remove six apps from 14 computers, so I figured a batch file would be faster.
I think I found the answer. If I find the proper uninstall string in HKEY_Local_Machine\Software\Microsoft\Windows\Current Version\Uninstall\<sub-key for program to remove> and run it, it should do what I want. Then use reg.exe to cleanup any leftover junk in the registry.