LibGDX - StillModel mesh - dispose?

Hi,

I have 16 Levels. In each level, I have a different 3d environment (mountains, buildings, volcano etc.).

Now When I go to Level 2, I don’t need anymore the environment of Level 1.

How can I now free the memory of this meshes?
For example:

   StillModel mountain;   
   StillModel buildings;