SQL Server 2016 Database Snapshots detected but not removed

SQL Server 2016 Database Snapshots detected but not removed

Hi Team,

We are using database snapshots to protect against some scema changes.

CREATE DATABASE [SS_XXX]
ON
        (Name = 'XXX', FILENAME ='F:\DATA\MSSQL13.MSSQLSERVER\XXX.SS'),
        (Name = 'XX', FILENAME = 'F:\DATA\MSSQL13.MSSQLSERVER\XXX.SS')
AS SNAPSHOT OF [XXX]

APM is detecting the Snapshots as databases in the instance (which is technically correct). The issue is when the snapshot is dropped APM still reports that the database exists after the drop is exexuted

DROP DATABASE [SS_XXX]

How can we change this behaviour?
                New to ADManager Plus?

                  New to ADSelfService Plus?