Beach, you can use a console command.
Put the person's name where "name" is.
serverCmdCancelBrick(findclientbyname(name));
Or, you could make a script to clear all ghost bricks.
for(%i=0;%i<ClientGroup.getCount();%i++) {
serverCmdCancelBrick(ClientGroup.getObject(%i));
}