You use elimination for three equations exactly the way you would for two. Use two of the equations together to eliminate one unknown. Then use one of those equations together with the third equation to eliminate that same unknown. Now you have two equations in two unknowns. Use those to eliminate a second unknown leaving you with one equation in one unknown. Solve that, then substitute back into the equations to find the other two. If that solution doesn't work for all three equations, then you are doing something wrong!
Example: x+ y+ z= 0, x- 2y- z= 0, x+ y- z= 6.
If we add both sides of x+ y+ z= 0 and x- 2y-z= 0, we eliminate z and get 2x- y= 0. If we add both sides of x+ y+ z= 0 to x+ y- z= 6, we again eliminate z and get 2x+ 2y= 6 which is the same as x+ y= 3. We now have the two equations 2x-y= 0 and x+ y= 3. If we add both sides of 2x- y= 0 and x+ y= 3 we eliminate y and have 3x= 3. Divide both sides of that last equation and we get x= 1. Put that into either 2x- y= 0, so that 2- y= 0, or x+ y= 3, so that 1+ y= 3, and we get y= 2. Put x= 1, y= 2 into any of the original equations and we get 1+ 2+ z= 0 or 1- 4- z= 0 or 1+ 2- z= 6, all of which lead to z= -3. The point (1, 2, -3) satisfies all three equations.