Remove licenses
REMOVE SINGLE LICENSE FROM A COMPUTER
You can remove a license from a computer in the following scenarios:
- The package is a license-only package.
- The package includes the license and apps, and the apps are uninstalled using the OS-specific procedures (for example, Add-Remove Programs on Windows).
Use Adobe's Licensing Toolkit to remove a license. Adobe Licensing Toolkit is a command-line utility that is used to activate or uninstall licenses. It is available in the licensing package that you download from the Admin Console. Alternatively, you can download it directly from the Admin Console under Packages > Tools.
To remove a license, run the following commands with admin privileges:
Windows:
adobe-licensing-toolkit.exe --precondition --uninstall --filePath <absolute path of the .json file>
macOS:
sudo ./adobe-licensing-toolkit --precondition --uninstall --filePath <absolute path of the .json file>
For more information, see these steps.