This document provides the steps to find the uninstallation commands/switches of software so that it can be used in Endpoint Central.
HKEY_LOCAL_MACHINE/SOFTWARE/Microsoft/Windows/CurrentVersion/Uninstall, search the registry key one by one and look for "DisplayName" in the Right Pane to identify the Application Name under "Data" column, after identifying it.
(if you are trying to uninstall a 32 bit software from a 64 bit machine, then use the following;
HKEY_LOCAL_MACHINE/SOFTWARE/Wow6432Node/Microsoft/Windows/CurrentVersion/Uninstall, search the registry key one by one and look for "DisplayName" in the Right Pane to identify the
Application Name under "Data" column, after identifying it.
Remove the "I" and replace with "x" and you can either prefix or suffix with <Space>/qn<space>/norestart(for silent uninstallation without restarting the computer) before/after the value data.
This silent uninstallation switch should be given when you create a package in Endpoint Central. Under Enter Package Details, you can enter the silent uninstallation switch against the "Uninstallation Command with Switches/Arguments"
To learn more about various other uninstallation switches refer Software Deployment Guide.