example using gnu awk (using your input) may suffice.
awk '/two/{ next } !/three/{print}' input one six four five