You say you type the name. What name are you typing? It looks like you're kicking based on a selection in a list box. How are you populating that list box?
You'll need the peerID of the peer you are trying to kick. For example, try creating an event On any click - Kick peer PeerIDAt(PeerCount). This should kick the last joined peer. See if that works first.