Simplify multivariate polynomial modulo ideal generators
Suppose we have some multivariate polynomials f,g1,g2,g3∈F[x,y,z,...] where F is some field, e.g Q or some finite field. I'm asking for an algorithm that "simplifies" f assuming g1=g2=g3=0. That is, I want to find a simple/short representative of f in the quotient ring F[x,y,z,...]/⟨g1,g2,g3⟩. I suspect it has something to do with Grobner bases but I haven't found anything concrete yet.
Thank you.