Currently there are commands for removeAllWeapons, removeAllAssignedItems, and removeAllItems. However, there is no corresponding command to remove all of an entity's magazines. So...one should be added. It would be good to also have a counterpart for turrets.
removeAllMagazines _entity;
and
_entity removeAllMagazinesTurret _turretPath;
or potentially
removeAllMagazinesTurret [_entity, _turretPath]; where _turretPath is optional and all turrets are targeted if omitted