• If you mean instead of deleting each individually, then you have 2 choices -

    1) write a script

    2) use the Object Explorer Details pane in SSMS to list the users, highlight those you want to delete, right click and select delete

    It really depends on whether this is a one-off removal or for some repeated use.

    I can expand on (1) if that is the direction you want to take.