5.82 loading, remove and finding what packages loaded

use packages(); to find what packages loaded. use unwith to remove package

packages(); 
                               [] 
 
with(DynamicSystems): 
packages(); 
                        [DynamicSystems] 
 
unwith(DynamicSystems); 
packages(); 
                               []