1. Remove every zombie in the world
The type= filter limits it to one kind of mob — much safer than a bare @e, which would include players
/kill @e[type=zombie]
What it does Will kill entities matching the condition (with extra conditions) immediately. This action cannot be undone.