ast.findVariableDeclarators("foo").remove(); ast .find(j.CallExpression, { callee: { object: { name: "console" }, property: { name: "log" }, }, }) .remove();