Remove Enterprise PDM Addin using API

Hi,

I'm trying to use the API to install my addin automatically,

2015 SOLIDWORKS API Help - Install Add-in Example (VB.NET)

AddinMgr.AddAddIns(fileList, EdmAddAddInFlags.EdmAddin_AddAllFilesToOneAddIn Or EdmAddAddInFlags.EdmAddin_ReplaceDuplicates, Nothing)

if the addin is already there, I assume EdmAddAddInFlags.EdmAddin_ReplaceDuplicates will overwrite it,

But how can I remove my addin?

There is no Remove method, only the AddinMgr.RemoveDebugAddIn...

Thanks

Francis Harvey

SolidworksSolidworks Pdm enterprise Pdm