Tag removal when asset removed from Asset Group

I have a static Asset Group that applies a Tag to the Asset. After removing the Asset from the Group, the Tag is still there. Do i need to wait for another discovery scan, or do I need to manually remove these?

@brandon_mcclure

I feel like that is normally an instant operation.

What if you:

select * 
from dim_tag_asset
where asset_id = <asset id goes here>

It would show the association. Maybe it was also tagged another way.

Thank you for this guidance.
So, I have some that are Group and some that are Asset.
If I’m reading this correctly, I had accidentally Tagged the Asset directly instead of adding them to a Group?